home *** CD-ROM | disk | FTP | other *** search
- I`ve been not reading my mail for a few days, so this might have been
- already suggested :-(.
-
- But how about suporting both. Ie have a command to set the global
- varaible that points to the bank or whatever in question :
- SetIconBank( 1 ); and also have a parameter passed to the function
- which can overwrite this if required, but uses the global varaible
- value if NULL;
- PasteIcon( x, y, icon_num, NULL); /* Use global variable */
- PasteIcon( x, y, icon_num, 3 ); /* use bank 3 for this call only */
-
- Using C`s Vargs could be helpful here as well, or it could be a
- tag list option.
-
- Andrew Cook
-
-